'Declaration
Public Function GetParagraphJustification( _ ByVal OCRResultID As String, _ ByVal ParagraphIdx As Integer _ ) As OCRParagraphJustification
public OCRParagraphJustification GetParagraphJustification( string OCRResultID, int ParagraphIdx )
public function GetParagraphJustification( OCRResultID: String; ParagraphIdx: Integer ): OCRParagraphJustification;
public function GetParagraphJustification( OCRResultID : String, ParagraphIdx : int ) : OCRParagraphJustification;
public: OCRParagraphJustification GetParagraphJustification( string* OCRResultID, int ParagraphIdx )
public: OCRParagraphJustification GetParagraphJustification( String^ OCRResultID, int ParagraphIdx )
Parameters
- OCRResultID
- ParagraphIdx